home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / asyncio.rdm < prev    next >
Text File  |  1996-02-22  |  1KB  |  35 lines

  1. Short:    AsyncIO library for fast IO. Release 7
  2. Uploader: cmh@lls.se (Magnus Holmgren)
  3. Type:     dev/c
  4.  
  5. This link library (optionally shared library) provides DOS-like functions
  6. for using double buffered asyncronous IO on files. This provides very good
  7. performance on DMA devices.
  8.  
  9. The code was originally written by Martin Taillefer. A few bug fixes and
  10. updates were made by Magnus Holmgren, with inspiration from Olaf 'Olsen'
  11. Barthel.
  12.  
  13. News in release 7:
  14.  
  15.     Files to use asyncio.library from E included.
  16.  
  17.     Fixed yet some SeekAsync() problems. It could (still) get confused
  18.     when called multiple times in a row with no intervening IO. I
  19.     wonder if there are any holes left. ;)
  20.  
  21.     Recompiled asyncio.library using SAS/C 6.56, and added general
  22.     SAS/C support.
  23.  
  24.     Misc minor fixes.
  25.  
  26. News in release 6:
  27.  
  28.     SeekAsync should now really work (performance fix was buggy... ;).
  29.  
  30.     Based on Martin Taillefers third release, which I was previously
  31.     unaware of (hence the new release number). Doesn't impose any
  32.     (major) changes to the sources though.
  33.  
  34.     Misc minor fixes (mostly to the header files).
  35.